home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / Internet / Invisim.ail / Install.exe / MailView.exe / 0 / RCDATA / TPROGFORM / TPROGFORM.txt < prev   
Encoding:
Text File  |  1998-04-14  |  993 b   |  51 lines

  1. object ProgForm: TProgForm
  2.   Left = 286
  3.   Top = 169
  4.   BorderStyle = bsNone
  5.   Caption = 'ProgForm'
  6.   ClientHeight = 96
  7.   ClientWidth = 289
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object GroupBox1: TGroupBox
  16.     Left = 8
  17.     Top = 0
  18.     Width = 273
  19.     Height = 89
  20.     TabOrder = 0
  21.     object ProgLabel: TLabel
  22.       Left = 16
  23.       Top = 16
  24.       Width = 160
  25.       Height = 16
  26.       Caption = 'Decrypting message ...'
  27.       Font.Color = clBlack
  28.       Font.Height = -13
  29.       Font.Name = 'MS Sans Serif'
  30.       Font.Style = [fsBold]
  31.       ParentFont = False
  32.     end
  33.     object Image1: TImage
  34.       Left = 232
  35.       Top = 0
  36.       Width = 33
  37.       Height = 33
  38.       Picture.Data = {<image000.ico>}
  39.     end
  40.     object ProgBar: TProgressBar
  41.       Left = 32
  42.       Top = 48
  43.       Width = 217
  44.       Height = 17
  45.       Min = 0
  46.       Max = 120
  47.       TabOrder = 0
  48.     end
  49.   end
  50. end
  51.